#content #program {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#program .program-select {
	display: flex;
	justify-content: space-between;
}
#program .programs {
	display: flex;
	flex-direction: column;
}
#program .program-select button {
	background: #F5F5DC;
	font-size: 1.5rem;
	color: #3528B1;
	font-family: RotondaC;
	border: none;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
	line-height: 2.266667;
}
#program .program-select button.selected, #program .program-select button:hover {
	color: white;
	background: #786AFB;
}
#program .months {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
#program .period {
	border-radius: 50%;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
	font-family: RotondaC;
	background: #F5F5DC;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}
#program .period span {
	font-size: 1.7rem;
	line-height: inherit;
	color: #00A2FD;
}
#program .period.selected, #program .period:hover {
	background: #01A7E1;
}
#program .period.selected span, #program .period:hover span {
	color: white
}
#program .period span.digit {
	font-size: 3rem;
}
#program .days {
	display: flex;
}
#program .day {
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
	font-family: RotondaC;
	font-weight: bold;
	cursor: pointer;
	transition: height .15s ease;
}
#program .day span {
	font-size: 2.2rem;
	line-height: 1.636363;
	color: white;
}
#program .day:hover, #program .day.selected {
	height: 100%;
}
#program .days .day-mo {
	background: #FC9090;
}
#program .days .day-tu {
	background: #FDC04A;
}
#program .days .day-we {
	background: #E8DD28;
}
#program .days .day-th {
	background: #A7C73E;
}
#program .days .day-fr {
	background: #00A2FD;
}
#program .days .day-sa {
	background: #4D83FC;
}
#program .days .day-su {
	background: #786AFB;
}
#program .program {
	font-family: RotondaC;
}
#program .program-day {
	display: flex;
}
#program .program-element {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	width: 0;
}
#program .time-wrap {
	color: #FF8A00;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#program .time {
	font-size: 4rem;
}
#program .time-name {
	font-size: 1.4rem;
}
#program ul {
	font-size: 1.4rem;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
	background: #F5F5DC;
	flex-grow: 1;
}
#program ul li {
	line-height: 1.142857;
	position: relative;
}
#program ul li::before {
	content: "";
	border-radius: 50%;
	background: #FF8A00;
	display: block;
	position: absolute;
	left: 0;
}
#program ul li.catalog {
	font-weight: bold;
}
#program ul .product-img-inner-wrap {
	flex-grow: 1;
	text-align: center;
}
#program .product-img-wrap {
	display: flex;
	justify-content: space-between;
}
#program .pencil {
	background: #FAFAE5;
	border: 1px solid #BDBCBC;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media (min-width: 1200px) {
	#content #program {
		padding-top: 50px;
		margin-top: 14px;
		padding-bottom: 40px;
	}
	#program .program-select button {
		border-radius: 3px;
		width: 161px;
		padding: 0 14px;
	}
	#program .program-select button:not(:last-child) {
		margin-bottom: 10px;
	}
	#program .months {
		margin: 0 30px;
	}
	#program .period {
		width: 80px;
		height: 80px;
	}
	#program .day {
		border-radius: 3px;
		padding: 0 9px;
		height: 36px;
	}
	#program .day:not(:last-child) {
		margin-right: 6px;
	}
	#program .program {
		padding-bottom: 25px;
	}
	#program .program-select {
		padding-bottom: 25px;
	}
	#program .program-element:not(:last-child) {
		margin-right: 30px;
	}
	#program .time-wrap {
		height: 70px;
		margin-bottom: 15px;
	}
	#program ul {
		border-radius: 3px;
		padding: 15px 9px;
	}
	#program ul li {
		padding-left: 10px;
	}
	#program ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	#program ul li::before {
		width: 5px;
		height: 5px;
		top: 5px;
	}
	#program ul .product-img-inner-wrap img {
		max-width: 101px;
		max-height: 110px;
	}
	#program .product-img-wrap {
		margin-top: 15px;
	}
	#program .product-img-wrap.with-padding {
		padding-right: 10px;
	}
	#program .pencil {
		width: 25px;
		height: 25px;
		border-radius: 3px;
		margin-left: 4px;
	}
	#program .pencil img {
		width: 16px;
	}
	#program .days {
		height: 80px;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 576px) {
	
}
@media (max-width: 575px) {
	
}